DialogView::DispatchEvents

Section: ET++ method description (n)
Updated: automatically Fri Mar 15 14:08:52 1991
Index Return to Main Contents
 

NAME

DialogView::DispatchEvents - instance method  

TEMPLATE

see template of VObject::DispatchEvents  

SPECIFIERS

public virtual  

DESCRIPTION

DispatchEvents calls the method DoTab if the Tab key has been pressed and flushes the default button on the Return key. Other key and right mouse button (for popup menus) events are passed to the instvar kbdFocus. Remaining events are dispatched to the instvar dialogRoot.
DispatchEvents must be overridden if dialog items are interested in keyboard events but are not contained in the instvar kbdFocusItems. For example, the method FileDialog::DispatchEvents explicitly passes keyboard events to the CollectionView that contains the file names. Method is rarely overridden. Method always calls base method.  

ARGUMENTS

see arguments of VObject::DispatchEvents  

RETURN ARGUMENT

see return argument of VObject::DispatchEvents  

CATEGORIES

forwarding, implementation

 

FIRST DEFINITION

class VObject  

FILES

implementation:
Dialog.C


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FIRST DEFINITION
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:29 GMT, March 30, 2022